answer "Do you wish to Quit?" with "Yes" or "Home" or "CANCEL"
if it is "yes" then
doMenu "Quit HyperCard"
end if
if it is "Home" then
domenu "Home"
end if
if it is "CANCEL" then
go to card "SLBnames"
end if
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=29 top=51 right=67 bottom=172
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
show card field "ref"
repeat until the mouse is down
show card field "ref"
end repeat
hide card field "ref"
go to card "SLBnames"
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=29 top=35 right=52 bottom=172
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Notify
----- HyperTalk script -----
on mouseUp
show card field "op"
repeat until the mouse is down
show card field "op"
end repeat
hide card field "op"
go to card General
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=29 top=19 right=36 bottom=172
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Notify
----- HyperTalk script -----
on mouseUp
go to card DSsample
show card field "Foo"
wait 200 ticks
hide card field "Foo"
end mouseUp
-- part 7 (field)
-- low flags: 80
-- high flags: 0004
-- rect: left=1 top=127 right=226 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 20
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name: op
-- part 8 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=15 top=125 right=155 bottom=497
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name: ref
-- part contents for card part 7
----- text -----
This will let you track a user ie - In or Out. The notification can be the flashing icon, or the alert box, depending on your preferences. See under Preferences, General Section.
-- part contents for card part 8
----- text -----
Any changes from users will be updated with this function.